home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / Libraries / C Internet Config / IC Application Source ƒ / 68k Internet Config ƒ / Call68kGlue.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-11-20  |  193 b   |  22 lines  |  [TEXT/SPM ]

  1. /*
  2.     Call68kGlue.h
  3.     
  4. */
  5.  
  6. #pragma once
  7.  
  8. #ifndef __H_Call68kGlue__
  9. #define __H_Call68kGlue__
  10.  
  11. #ifdef __cplusplus
  12. extern "C" {
  13. #endif
  14.  
  15. #ifdef __cplusplus
  16. }
  17. #endif
  18.  
  19. #endif /* __H_Call68kGlue__ */
  20.  
  21.  
  22.